PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFUserProperty Class / setIsHidden Method
True if the property shall be hidden; that is, it shall not be shown in any user interface element that presents the attributes of an object.
In This Topic
    setIsHidden Method
    In This Topic
    Sets a value indicating whether this property is hidden.
    Syntax
    public void setIsHidden( 
       boolean value
    )

    Parameters

    value
    True if the property shall be hidden; that is, it shall not be shown in any user interface element that presents the attributes of an object.
    See Also